Skip to content

Add operation schema and examples helpers#21

Merged
akshitkrnagpal merged 1 commit into
mainfrom
fix/operation-schema-examples
May 22, 2026
Merged

Add operation schema and examples helpers#21
akshitkrnagpal merged 1 commit into
mainfrom
fix/operation-schema-examples

Conversation

@akshitkrnagpal

Copy link
Copy Markdown
Owner

Summary

  • add --schema to print operation input shapes before profile resolution
  • add --examples with curated examples for common operations including documents.search, presets.create, and api.call
  • add tests for schema rendering and command-specific examples
  • add a CLI patch changeset

Verification

  • pnpm check
  • node packages/cli/dist/cli.js documents.search --schema
  • node packages/cli/dist/cli.js presets.create --examples

Closes #13

@akshitkrnagpal akshitkrnagpal merged commit b8845bf into main May 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show input schemas and examples in command help

1 participant